/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/
	    
body {
	background: #e7e7e7 url(../images/bg.png);
	color: #505050;
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
}

#map {
	width: 100%;
	height: 800px;
	background-color: grey;
}

	
	